-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup mbgl/actor/mailbox* implementation for repetition in ensuring valid weakScheduler exists before usage #2733
Cleanup mbgl/actor/mailbox* implementation for repetition in ensuring valid weakScheduler exists before usage #2733
Conversation
Relates to Issue #2732 |
Bloaty Results (iOS) 🐋Compared to main
Full report: https://maplibre-native.s3.eu-central-1.amazonaws.com/bloaty-results-ios/pr-2733-compared-to-main.txt |
Bloaty Results 🐋Compared to main
Full report: https://maplibre-native.s3.eu-central-1.amazonaws.com/bloaty-results/pr-2733-compared-to-main.txtCompared to d387090 (legacy)
Full report: https://maplibre-native.s3.eu-central-1.amazonaws.com/bloaty-results/pr-2733-compared-to-legacy.txt |
Benchmark Results ⚡
Full report: https://maplibre-native.s3.eu-central-1.amazonaws.com/benchmark-results/pr-2733-compared-to-main.txt |
@mwilsnd: Could you please have a look at the changes for providing any review feedback. thanks |
@louwers: The pipeline looks green. Is there any review feedback I can incorporate before the merge? |
Nope, let's give @mwilsnd one more day to look at it since he reworked this code recently. Otherwise I'll merge it later today! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for consolidating this stuff!
Ensure that valid weakScheduler exists before using it to schedule. Remove repetition of weakScheduler guarantee such that it is captured in a method.